{% extends "pages/auth/_layout.html" %} {% from "components/macros.html" import submit_button %} {% from "components/auth_macros.html" import auth_field, auth_banner %} {% block title %}Reset your password - {{ project_name }}{% endblock %} {% block auth_form %}
Enter your email and we'll send a reset link.
{# Posts through fetch rather than a native submit: there is no password here, so there is no save-password prompt to preserve, and staying on the page lets the same view show the confirmation. #}